ActiveReports 9
ToLazyItemCollection<T>(IList<T>) Method

The items type.
The sequence to memoize.
Returns lazy memoizable item collection for specified sequence.
Syntax
'Declaration
 
Public Overloads Shared Function ToLazyItemCollection(Of T)( _
   ByVal source As System.Collections.Generic.IList(Of T) _
) As IItemCollection(Of T)
public static IItemCollection<T> ToLazyItemCollection<T>( 
   System.Collections.Generic.IList<T> source
)

Parameters

source
The sequence to memoize.

Type Parameters

T
The items type.
See Also

Reference

ItemCollectionExtensions Class
ItemCollectionExtensions Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum